PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / setBleedBox Method
A com.o2sol.pdf4java.graphics.PDFStandardRectangle expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.
In This Topic
    setBleedBox Method
    In This Topic
    Sets the bleed box.
    Syntax
    public void setBleedBox( 
       PDFStandardRectangle bleedBox
    )

    Parameters

    bleedBox
    A com.o2sol.pdf4java.graphics.PDFStandardRectangle expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.
    See Also